@import url('https://fonts.googleapis.com/css?family=Tajawal&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
.link {
	width: 921px;
	height: 71px;
	background: url("img/linkbg - E.png") center no-repeat;
	margin: 0 auto 35px;
	position: relative;
	overflow: hidden;
}

.link__icon {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 16px;
	left: 22px;
	border-radius: 50%;
	text-align: center;
	fill: #c5912f;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.link__item {
	text-decoration: none;
	font-family: Tajawal, sans-serif;
	text-align: left;
	padding-left: 100px;
	color: #1e535b;
	font-size: 1.2rem;
	display: block;
	margin: 20px auto 0;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.link__item:hover {
	color: #000;
	padding-left: 110px;
}
span.thum {
	position: absolute;
	top: 15px;
	right: 35px;
	
	
	
}
span.thum img {
	max-width: 60%
}

.heading {
	width: 926px;
	height: 91px;
	background: url("img/headingBg-E.png") center no-repeat;
	margin: 0 auto 30px;
	position: relative;
}

.heading__icon {
	display: block;
	width: 38px;
	height: 38px;
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 42px;
	border-radius: 50%;
	fill: #1e535b;
	
	
}


.heading__icon svg {
	width: 85%;
	height: 85%;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}

.heading h3 {
	font-size: 1.3rem;
	font-family: Tajawal, sans-serif;
	text-align: left;
	padding-left: 105px;
	line-height: 105px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
/*# sourceMappingURL=style.css.map */
